home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d3 / spf.arc / SPFPC.MSG < prev    next >
Text File  |  1989-10-09  |  36KB  |  934 lines

  1. ;     SPF/PC MESSAGES FILE
  2. ;
  3. ; There are 3 types of records in this file:
  4. ;   1 - Records starting with a semi colon in column 1 are comments
  5. ;   2 - Records with an H in column 1 are menu header records
  6. ;   3 - Records with a numeric character in column 1 are field
  7. ;    definition records.
  8. ;
  9. ; Type 2 layout:
  10. ;
  11. ; Columns   Description
  12. ;
  13. ;    1        Always H
  14. ;  2 - 3    Second level menu number
  15. ;  4 - 5    Third level menu number
  16. ;    6        Letter used for page up/ page down
  17. ;  7 - 9    Error message number
  18. ; 15 - 22   Describes where to go in Help file if F1 pressed
  19. ;        while displaying an error message.
  20. ;        1 - If column 15 is numeric you go directly to a second
  21. ;        level help menu.  Example:  2 would be the same as
  22. ;        pressing H.2 on the primary option menu.
  23. ;        2 - 1 to 8 character command name.    Example:  CHANGE would
  24. ;        be the same as entering HELP CHANGE on the command line.
  25. ;        3 - If blank you go to the HELP primary menu.
  26. ; 23 - n    Comments
  27. ;
  28. ;
  29. ;
  30. ; Type 3 layout:
  31. ;
  32. ; Columns   Description
  33. ;
  34. ;  1 - 2    Line number on the screen, relative to zero, where
  35. ;        text is to be placed.
  36. ;  4 - 5    Column number on same line, relative to zero, where
  37. ;        text is to be placed.
  38. ;  7 - 8    2 digit attribute code used to display this field.
  39. ;        These attributes correspond with the first 2 fields
  40. ;        on the color selection menu, 0.5.
  41. ;        code:  N  - Protected normal
  42. ;           H  - Protected high
  43. ;           RN - Protected normal (Reverse Video)
  44. ;           RH - Protected high (Reverse Video)
  45. ;
  46. ;    10     FLAG BYTE
  47. ;        1 = End Key definition:  [F3] to be replaced by current
  48. ;                     End Key definition.
  49. ;
  50. ;    12     Text
  51. ;
  52. ;
  53. ;
  54. ;
  55. ;
  56. ;
  57. H0000A001
  58. 03 16 NH   001 ERROR READING INPUT FILE
  59. 05 03 N    An I/O error has occurred reading a file.  Loading of the
  60. 06 03 N    file terminates but processing continues.  Care should be
  61. 07 03 N    taken not to SAVE the file or the original file may be
  62. 08 03 N    destroyed.
  63. ;
  64. H0000A002
  65. 03 16 NH   002 REQUEST FOR DYNAMIC MEMORY UNSUCCESSFUL
  66. 05 03 N    Dynamic memory was requested and none could be found.  If a
  67. 06 03 N    paging file was specified, the paging file and all dynamic
  68. 07 03 N    memory is full.  If a paging file was not specified, one can
  69. 08 03 N    be described on menu 0.7 to relieve the problem.
  70. ;
  71. H0000A003     1
  72. 03 16 NH   003 INVALID MACHINE FOR ENHANCED KEYBOARD
  73. 05 03 N    The machine you are running on does not support the IBM
  74. 06 03 N    enhanced keyboard.  If you think it should, select option 5
  75. 07 03 N    on the primary option menu and record the BIOS date.  With
  76. 08 03 N    this information your computer dealer should be able to
  77. 09 03 N    resolve the problem.
  78. ;
  79. H0000A004
  80. 03 16 NH   004 ERROR IN MENU HANDLER
  81. 05 03 N    This error should not occur.  If it does, report the problem
  82. 06 03 N    to Command Technology.
  83. ;
  84. H0000A005
  85. 03 16 NH   005 FILENAME NOT ENTERED
  86. 05 03 N    A filename is required, but was not entered.
  87. ;
  88. H0000A006     9
  89. 03 16 NH   006 ERROR DURING INITIALIZATION
  90. 05 03 N    This error should not occur.  If it does, report the problem
  91. 06 03 N    to Command Technology.
  92. ;
  93. H0000A007
  94. 03 16 NH   007 ERROR IN STORAGE SUPERVISOR
  95. 05 03 N    This error should not occur.  If it does, report the problem
  96. 06 03 N    to Command Technology.
  97. ;
  98. H0000A008
  99. 03 16 NH   008 NOT ENOUGH MEMORY FOR NEW TASK
  100. 05 03 N    SPF/PC found it necessary to initiate a new task to perform
  101. 06 03 N    a function and could not obtain the necessary memory.  See
  102. 07 03 N    error 002 for further information.
  103. ;
  104. H0000A009
  105. 03 16 NH   009 INVALID DRIVE ID
  106. 05 03 N    The requested drive does not exist on your system.
  107. ;
  108. H0000A010
  109. 03 16 NH   010 NOT ENOUGH MEMORY TO HOLD FILE
  110. 05 03 N    The requested file could not be loaded or added to the file
  111. 06 03 N    being edited because there is not enough memory.  The file
  112. 07 03 N    load is terminated but processing continues.  See error
  113. 08 03 N    002 for further information on resolving this problem.
  114. ;
  115. H0000A011     3
  116. 03 16 NH   011 NOT ENOUGH MEMORY TO MOVE/COPY FILE
  117. 05 03 N    While trying to MOVE or COPY a file we ran out of dynamic
  118. 06 03 N    memory.  See error 002 for further information on resolving
  119. 07 03 N    this problem.
  120. ;
  121. H0000A012     9
  122. 03 16 NH   012 UNABLE TO FIND SPFPC.PRM
  123. 05 03 N    During system initialization the SPF/PC parameter file
  124. 06 03 N    (SPFPC.PRM) could not be found for one of the following
  125. 07 03 N    reasons:
  126. 08 05 N    1.  SPFPC.PRM was not in the current directory.
  127. 09 05 N    2.  SET SPFPATH= was not specified in your autoexec.bat file.
  128. 10 05 N    3.  The /P startup parameter was not specified.
  129. ;
  130. H0000A013
  131. 03 16 NH   013 REQUEST CANCELLED
  132. 05 03 N    The requested function was cancelled.
  133. ;
  134. H0000A014
  135. 03 16 NH   014 HELP FUNCTION NOT AVAILABLE
  136. 05 03 N    The SPF/PC help file (SPFPC.HLP) could not be found when
  137. 06 03 N    attempting to process a HELP request.
  138. ;
  139. H0000A015
  140. 03 16 NH   015 INVALID PATH SPECIFIED
  141. 05 03 N    The requested drive/path could not be found.
  142. ;
  143. H0000A016
  144. 03 16 NH   016 NOT AVAILABLE ON T/I PROFESSIONAL
  145. 05 03 N    The requested function is not available on the Texas
  146. 06 03 N    Instrument Professional computer.  Some functions on this
  147. 07 03 N    computer are not IBM compatible.
  148. ;
  149. H0000A017
  150. 03 16 NH   017 INVALID CHARACTER SPECIFIED
  151. 05 03 N    Illegal characters exist in the filename, extension, or
  152. 06 03 N    path fields.
  153. ;
  154. H0000A018
  155. 03 16 NH   018 NOT ENOUGH MEMORY FOR SCREEN BUFFER
  156. 05 03 N    There is not enough memory available for a screen buffer
  157. 06 03 N    for use by TopView.    This is required for SPF/PC to run
  158. 07 03 N    as a well behaved program under TopView.
  159. ;
  160. H0000A019
  161. 03 16 NH   019 INVALID TERMINAL TYPE
  162. 05 03 N    The requested terminal type is invalid.  See the list at the
  163. 06 03 N    bottom of menu 0.1.
  164. ;
  165. H0000A020
  166. 03 16 NH   020 NOT ENOUGH MEMORY FOR FUNCTION
  167. 05 03 N    While trying to perform a function we ran out of dynamic memory.
  168. 06 03 N    See error 002 for further information on resolving this problem.
  169. ;
  170. H0000A021     9
  171. 03 16 NH   021 INVALID ENVIRONMENT
  172. 05 03 N    The path to COMMAND.COM could not be found in the DOS environment.
  173. 06 03 N    Reboot and try again.  This error should not occur.
  174. ;
  175. H0000A022
  176. 03 16 NH   022 MONITOR CHANGED - PLEASE RETRY
  177. 05 03 N    While describing new menu colors/shades, a MODE command was
  178. 06 03 N    issued to change the active monitor.  Retry the request.
  179. ;
  180. H0000A023
  181. 03 16 NH   023 NO CHANGES FOUND FOR THIS RELEASE
  182. 05 03 N    The SPF/PC changes file, SPFPC.CHG could not be found.  Either
  183. 06 03 N    there are no changes in this release, SET SPFPATH= was not
  184. 07 03 N    placed in your autoexec.bat file, or SPFPC.CHG was not found
  185. 08 03 N    in the current directory.
  186. ;
  187. H0000A024     CHANGE
  188. 03 16 NH   024 CANNOT CHANGE BLANKS TO NULL STRING
  189. 05 03 N    You cannot CHANGE a blank or blanks to a null string in SPF/PC.
  190. ;
  191. H0000A025
  192. 03 16 NH   025 N0T AVAILABLE IN SPLIT SCREEN MODE
  193. 05 03 N    Changing any information in split screen mode is not allowed
  194. 06 03 N    in menu 0.1.
  195. ;
  196. H0000A026     8
  197. 03 16 NH   026 ERROR OPENING PAGING DEVICE
  198. 05 03 N    For most devices this normally means the root directory is
  199. 06 03 N    full or DOS 2.1 or greater is not being used.  DOS 2.1 or
  200. 07 03 N    greater is required in order to page to a drive.
  201. 08 03 N
  202. 09 03 N    For extended memory this means there are no extended memory
  203. 10 03 N    boards on the system or all extended memory is used by VDISK.
  204. 11 03 N
  205. 12 03 N    For expanded memory this means there are no expanded memory
  206. 13 03 N    boards on the system or that expanded memory is all in use
  207. 14 03 N    by other applications.
  208. ;
  209. H0000A027     8
  210. 03 16 NH   027 ERROR CLOSING PAGING DEVICE
  211. 05 03 N    Memory was not available to release extended memory.  SPF/PC
  212. 06 03 N    looks like a VDISK when paging to extended memory and 4K is
  213. 07 03 N    required to remove this indication.
  214. ;
  215. H0000A028     8
  216. 03 16 NH   028 EXPANDED MEMORY MANAGER NOT PRESENT
  217. 05 03 N    Paging was requested in expanded memory but the expanded memory
  218. 06 03 N    manager was not present.  If you have an expanded memory board,
  219. 07 03 N    the expanded memory board manager software must be initialized
  220. 08 03 N    according to your board documentation.  This is normally described
  221. 09 03 N    in your CONFIG.SYS file.
  222. ;
  223. H0000A029
  224. 03 16 NH   029 RESOURCE IN USE
  225. 05 03 N    The requested function is not available in split screen mode.
  226. ;
  227. H0000A030
  228. 03 16 NH   030 FILE IN USE
  229. 05 03 N    The requested file is currently in use by another user in
  230. 06 03 N    your network or your other screen in split screen mode.
  231. ;
  232. H0000A031
  233. 03 16 NH   031 INVALID SCREEN FORMAT
  234. 05 03 N    The requested screen format is invalid.
  235. ;
  236. H0000A032
  237. 03 16 NH   032 INVALID RESPONSE
  238. 05 03 N    The response to the question was not in the list of valid
  239. 06 03 N    responses.
  240. ;
  241. H0000A033
  242. 03 16 NH   033 FILE BUSY
  243. 05 03 N    The requested file is currently in used by another user in
  244. 06 03 N    your network or your other screen in split screen mode.
  245. ;
  246. H0000A034
  247. 03 16 NH   034 MAXIMUM RECORD SIZE REACHED
  248. 05 03 N    An attempt was made to type beyond the maximum record size
  249. 06 03 N    specified for this file.
  250. ;
  251. H0000A035
  252. 03 16 NH   035 TOO MANY FILES OPEN (NO HANDLES LEFT)
  253. 05 03 N    An attempt was made to access another file.    You currently
  254. 06 03 N    have too many files open.  If you wish to increase the
  255. 07 03 N    number of file you can have open at any given time, refer
  256. 08 03 N    to the FILES command in the configuring section of your
  257. 09 03 N    DOS manual.
  258. ;
  259. H0000A036
  260. 03 16 NH   036 INVALID SCREEN FORMAT FOR VIDEO ADAPTER
  261. 05 03 N    The requested screen format is not valid for the video
  262. 06 03 N    adapter you are using.  This normally occurs when requesting
  263. 07 03 N    a screen format of MAX (43 line support) and you are not
  264. 08 03 N    using an IBM enhanced graphics adapter.
  265. ;
  266. H0000A037
  267. 03 16 NH   037 KEYBOARD BUFFER OVERRUN
  268. 05 03 N    This error should not occur.  If it does, report the problem
  269. 06 03 N    to Command Technology.
  270. ;
  271. H0000A039
  272. 03 16 NH   039 FULL SCREEN SPLIT NOW IN EFFECT
  273. 05 03 N    A monitor switch occurred forcing a change to full screen
  274. 06 03 N    split.  See the FSPLIT command for further information.
  275. ;
  276. H0000A040     SORT
  277. 03 16 NH   040 SORT COLUMNS INVALID
  278. 05 03 N    The requested sort columns are out of range or invalid.
  279. ;
  280. H0000A050
  281. 03 16 NH   050 INVALID OPTION - TRY AGAIN
  282. 05 03 N    The option entered was not in the list of options presented.
  283. ;
  284. H0000A060
  285. 03 16 NH   060 UNABLE TO FIND COMMAND.COM
  286. 05 03 N    An attempt was made to execute a DOS command from option 6
  287. 06 03 N    or the TSO/DOS primary command and the command file
  288. 07 03 N    (COMMAND.COM) could not be found on the drive from which
  289. 08 03 N    your system was booted.  The command file must be available
  290. 09 03 N    in order to execute DOS commands.
  291. ;
  292. H0000A098     9
  293. 03 16 NH   098 SPFPC.PRM UPGRADED TO CURRENT LEVEL
  294. 05 03 N    The SPFPC.PRM file found was found to have a level stamp which
  295. 06 03 N    is inconsistent with the level of SPF/PC being used.  File
  296. 07 03 N    extension information is maintained but all 0.n menus should
  297. 08 03 N    be reviewed to insure the options contain valued used by your
  298. 09 03 N    system.  A level stamp consistent with SPF/PC is placed in
  299. 10 03 N    the SPFPC.PRM file when SPF/PC is ended.
  300. ;
  301. H0000A099     9
  302. 03 16 NH   099 SPFPC.PRM UNUSEABLE
  303. 05 03 N    The SPFPC.PRM was found to contain invalid data.  Either
  304. 06 03 N    restore the file on your distribution diskette or DELETE
  305. 07 03 N    SPFPC.PRM so that SPF/PC will generate a new one when next
  306. 08 03 N    initiated.
  307. ;
  308. H0000A100
  309. 03 16 NH   100 RECORD SIZE EXCEEDS SPF/PC MAXIMUM
  310. 05 03 N    A record was found that exceeds the SPF/PC maximum, 4000.
  311. 06 03 N    This normally occurs when trying to read a EXE or COM file.
  312. 07 03 N    ASCII files must be delimited by carriage returns.  Use
  313. 08 03 N    record format U if you wish to read binary files.
  314. ;
  315. H0000A101
  316. 03 16 NH   101 INVALID RECORD SIZE SPECIFIED
  317. 05 03 N    The specified record size is zero, non numeric or exceeds the
  318. 06 03 N    SPF/PC maximum.
  319. ;
  320. H0000A102
  321. 03 16 NH   102 SPECIFIED MAXIMUM RECORD LENGTH INCREASED
  322. 05 03 N    A record was found that is larger than the maximum record size
  323. 06 03 N    specified on menu 2.  The record size is automatically increased
  324. 07 03 N    to handle the larger record.  If this error occurs you can use
  325. 08 03 N    the PROFILE command to see the length of the largest record read.
  326. 09 03 N    This can also occur when transferring lines from a file with
  327. 10 03 N    longer records than the receiving file.
  328. ;
  329. H0000A103
  330. 03 16 NH   103 SPECIFIED RECORD FORMAT INVALID
  331. 05 03 N    The record format specified was not V (Variable) or F (Fixed).
  332. ;
  333. H0000A104
  334. 03 16 NH   104 AVAILABLE FOR IBM/AT ONLY
  335. 05 03 N    The requested function is available on the IBM/AT only.
  336. 06 03 N    This message normally occurs when trying to speed up a non
  337. 07 03 N    AT compatible keyboard.
  338. ;
  339. H0000A105
  340. 03 16 NH   105 INVALID RATE SPECIFIED
  341. 05 03 N    The specified typematic rate was not found in the table
  342. 06 03 N    of valid rates on menu 0.8.
  343. ;
  344. H0000A106
  345. 03 16 NH   106 INVALID DELAY SPECIFIED
  346. 05 03 N    The specified typematic delay is not valid.
  347. ;
  348. H0000A107
  349. 03 16 NH   107 HARDWARE ERROR PROGRAMMING KEYBOARD
  350. 05 03 N    A invalid response was obtained while trying to program
  351. 06 03 N    the keyboard.
  352. 07 03 N    Please contact Command Technology Corporation.
  353. ;
  354. H0000A108
  355. 03 16 NH   108 FILE TAB VALUE INVALID
  356. 05 03 N    The specified file tab value must be numeric and
  357. 06 03 N    either 0 or 2 thru 255.
  358. ;
  359. H0000A109
  360. 03 16 NH   109 EOF SPECIFIED - MUST BE Y OR N
  361. 05 03 N    A Y or N response was not found.
  362. ;
  363. H0000A110
  364. 03 16 NH   110 FILE WILL BE CREATED
  365. 05 03 N    The requested file was not found and will be created.
  366. ;
  367. H0000A111
  368. 03 16 NH   111 SPFPC.PRM IN USE
  369. 05 03 N    The requested SPFPC parameter file is in use by someone
  370. 06 03 N    else in the network.  SPF/PC is terminated.
  371. ;
  372. H0000A112
  373. 03 16 NH   112 CHECKING FOR STANDARD NUMBERS
  374. 05 03 N    The current file is being scanned for valid standard
  375. 06 03 N    numbers because NUMBER STD was requested.  If standard
  376. 07 03 N    numbers are not found the file is renumbered.
  377. ;
  378. H0000A113
  379. 03 16 NH   113 CHECKING FOR COBOL NUMBERS
  380. 05 03 N    The current file is being scanned for valid COBOL
  381. 06 03 N    numbers because NUMBER COB was requested.  If COBOL
  382. 07 03 N    numbers are not found the file is renumbered.
  383. ;
  384. H0000A114
  385. 03 16 NH   114 CHECKING FOR BASIC NUMBERS
  386. 05 03 N    The current file is being scanned for valid BASIC
  387. 06 03 N    numbers because NUMBER BAS was requested.  If BASIC
  388. 07 03 N    numbers are not found the file is renumbered.
  389. ;
  390. H0000A300
  391. 03 16 NH   300 INVALID COMMAND
  392. 05 03 N    The requested command is not valid.
  393. ;
  394. H0000A301
  395. 03 16 NH   301 NO SEARCH ARGUMENT ENTERED
  396. 05 03 N    A FIND, CHANGE, or EXCLUDE command was entered with no search
  397. 06 03 N    argument.  For these commands the search argument is
  398. 07 03 N    required.
  399. ;
  400. H0000A302
  401. 03 16 NH   302 SEARCH ARGUMENT NOT FOUND
  402. 05 03 N    A FIND, CHANGE, or EXCLUDE command was entered but the search
  403. 06 03 N    argument could not be found.  If the argument is present
  404. 07 03 N    in your file, check to see if the argument is within your
  405. 08 03 N    current BOUNDS setting.
  406. ;
  407. H0000A303
  408. 03 16 NH   303    SAVED
  409. 05 03 N    The file being edited was written to disk successfully.
  410. ;
  411. H0000A304     3
  412. 03 16 NH   304 UPDATE CANCELLED
  413. 05 03 N    The file being edited was not modified due to a CANCEL command.
  414. 06 03 N    If it was a new file, it is removed from the directory.
  415. ;
  416. H0000A305
  417. 03 16 NH   305 MISSING OR INVALID KEYWORD
  418. 05 03 N    One of the keywords on a command was invalid.  Check your spelling.
  419. ;
  420. H0000A306
  421. 03 16 NH   306 TOP OF DATA REACHED
  422. 05 03 N    During a scroll, FIND, CHANGE, or EXCLUDE command the
  423. 06 03 N    Top of Data was reached and the command terminated.
  424. ;
  425. H0000A307     INCR
  426. 03 16 NH   307 INVALID INCREMENT SPECIFIED
  427. 05 03 N    The requested increment was non numeric.
  428. ;
  429. H0000A308     CHANGE
  430. 03 16 NH   308 CHANGE ARGUMENT NOT ENTERED
  431. 05 03 N    A CHANGE command was entered with no change argument.
  432. ;
  433. H0000A309
  434. 03 16 NH   309 LINE NUMBERING NOT ACTIVE
  435. 05 03 N    A LEVEL command was entered but standard line numbering
  436. 06 03 N    was not on.
  437. ;
  438. H0000A310
  439. 03 16 NH   310 INVALID SCROLL VALUE SPECIFIED
  440. 05 03 N    A scroll request found the current scroll value to be non numeric
  441. 06 03 N    or invalid.
  442. ;
  443. H0000A311     CREATE
  444. 03 16 NH   311 FILE ALREADY EXISTS
  445. 05 03 N    During a CREATE request the file to be created was found to
  446. 06 03 N    already exist.  If you wish to replace an existing file, use
  447. 07 03 N    the REPLACE command.
  448. ;
  449. H0000A312
  450. 03 16 NH   312 FILE CREATE/REPLACE PENDING
  451. 05 03 N    A CREATE/REPLACE command was requested but the MOVE or COPY
  452. 06 03 N    line command or commands describing the limits of the file
  453. 07 03 N    have not yet been entered.
  454. ;
  455. H0000A313     CREATE
  456. 03 16 NH   313 FILE CREATED
  457. 05 03 N    The requested file was successfully created.
  458. ;
  459. H0000A314
  460. 03 16 NH   314 BOTTOM OF DATA REACHED
  461. 05 03 N    During a scroll, FIND, CHANGE, or EXCLUDE command the
  462. 06 03 N    Bottom of Data was reached and the command terminated.
  463. ;
  464. H0000A315
  465. 03 16 NH   315 CREATE/REPLACE REQUEST CANCELLED
  466. 05 03 N    The requested command was cancelled prior to creating or
  467. 06 03 N    replacing a file.
  468. ;
  469. H0000A316
  470. 03 16 NH   316 MOVE/COPY REQUEST CANCELLED
  471. 05 03 N    The requested command was cancelled prior to moving or copying
  472. 06 03 N    the requested file.
  473. ;
  474. H0000A317
  475. 03 16 NH   317 FILE NOT FOUND
  476. 05 03 N    The requested file could not be found.
  477. ;
  478. H0000A318     COPY
  479. 03 16 NH   318 FILE COPIED
  480. 05 03 N    The requested file was successfully copied.
  481. ;
  482. H0000A319     MOVE
  483. 03 16 NH   319 FILE MOVED
  484. 05 03 N    The requested file was successfully moved.
  485. ;
  486. H0000A320     PRINT
  487. 03 16 NH   320 PRINT PENDING
  488. 05 03 N    A PRINT PART command was specified but the limits of the
  489. 06 03 N    print request has not yet been satisfied with a copy line
  490. 07 03 N    command or commands.
  491. ;
  492. H0000A321     PRINT
  493. 03 16 NH   321 PRINT COMPLETE
  494. 05 03 N    The requested print function was successfully completed.
  495. ;
  496. H0000A322
  497. 03 16 NH   322 LOCATE NOT SUCCESSFUL
  498. 05 03 N    A LOCATE command was entered but the search argument could
  499. 06 03 N    not be found.  If the directory list was sorted, the list
  500. 07 03 N    is displayed starting with the entry before which the specified
  501. 08 03 N    field would have occurred.
  502. ;
  503. H0000A324
  504. 03 16 NH   324 RECORD EXCEEDS 80 BYTES
  505. 05 03 N    Standard line numbering was requested and a record was found
  506. 06 03 N    that exceeded 80 bytes.  With standard line numbers all records
  507. 07 03 N    are 80 bytes in length.
  508. ;
  509. H0000A326     REPLACE
  510. 03 16 NH   326 FILE REPLACED
  511. 05 03 N    The requested file was replaced on disk successfully.
  512. ;
  513. H0000A327
  514. 03 16 NH   327 UNPAIRED QUOTES
  515. 05 03 N    A FIND, CHANGE, or EXCLUDE command was issued and a single
  516. 06 03 N    quote was encountered where a pair of quotes were required.
  517. 07 03 N    If a single quote (') or double quote (") is required as part
  518. 08 03 N    of a search or change argument, the string must be enclosed
  519. 09 03 N    by the quote not used as part of the argument.  SPF/PC accepts
  520. 10 03 N    either single quotes (') or double quotes (") as valid
  521. 11 03 N    delimiters depending on the order they are encountered within
  522. 12 03 N    a string.
  523. 13 03 N
  524. 14 03 N    The string "can't" will use the double quotes as delimiters
  525. 15 03 N    and the string is can't.
  526. ;
  527. H0000A328
  528. 03 16 NH   328 FIXED RECORD FORMAT CHANGED TO VARIABLE
  529. 05 03 N    While reading a fixed record format file, variable record lengths
  530. 06 03 N    were found.    The format is automatically changed to variable.
  531. ;
  532. H0000A329
  533. 03 16 NH   329 LEVEL NUMBER MISSING OR INVALID
  534. 05 03 N    A level number in a standard number file is blank or invalid.
  535. ;
  536. H0000A330     PRINT
  537. 03 16 NH   330 PRINTER ERROR
  538. 05 03 N    A printer hardware error occurred during a print request.
  539. ;
  540. H0000A331     PRINT
  541. 03 16 NH   331 PRINT REQUEST CANCELLED
  542. 05 03 N    The escape [Esc] key was pressed during a print request.
  543. ;
  544. H0000A332     DOS
  545. 03 16 NH   332 DOS COMMAND NOT ENTERED
  546. 05 03 N    A DOS [TSO] command was specified with not DOS function.
  547. ;
  548. H0000A334     PRINT
  549. 03 16 NH   334 PRINTER NOT AVAILABLE
  550. 05 03 N    The printer port for the requested print does not exist
  551. 06 03 N    on your system.
  552. ;
  553. H0000A335
  554. 03 16 NH   335 INVALID PRINTER SPECIFICATION
  555. 05 03 N    The requested printer specification is invalid.
  556. ;
  557. H0000A336     3
  558. 03 16 NH   336 COLUMN-2 MUST FOLLOW COLUMN-1
  559. 05 03 N    When specifying a temporary column override the low column
  560. 06 03 N    specification must precede the high column.
  561. ;
  562. H0000A337     3
  563. 03 16 NH   337 COLUMN-2 GREATER THAN MAX RECORD LENGTH
  564. 05 03 N    When specifying a temporary column override the high column
  565. 06 03 N    specification cannot be greater than the maximum record
  566. 07 03 N    length specified on the edit file menu.
  567. ;
  568. H0000A338     CHANGE
  569. 03 16 NH   338 INVALID PICTURE STRING CHARACTER
  570. 05 03 N    A picture string contains one or more invalid picture string
  571. 06 03 N    characters.
  572. ;
  573. H0000A339     CHANGE
  574. 03 16 NH   339 INVALID STRING 2 LENGTH
  575. 05 03 N    In a CHANGE command string-2 may be a picture string but the
  576. 06 03 N    length of string-2 must be the same as the length of string-1.
  577. ;
  578. H0000A340     CHANGE
  579. 03 16 NH   340 INVALID HEX STRING
  580. 05 03 N    A hex string was specified but contains one or more characters
  581. 06 03 N    which are not hex (0 thru F).
  582. ;
  583. H0000A341
  584. 03 16 NH   341 RANGE NOT PAIRED
  585. 05 03 N    The command entered contained label parameters (parameters
  586. 06 03 N    preceded by a period) but SPF/PC was not able to determine
  587. 07 03 N    a valid pair for use as a range.
  588. ;
  589. H0000A342
  590. 03 16 NH   342 RANGE NOT FOUND
  591. 05 03 N    Labels parameters (parameters preceded by a period) were
  592. 06 03 N    entered as part of a command, but had not been previously
  593. 07 03 N    declared on a line.
  594. ;
  595. H0000A343
  596. 03 16 NH   343 PUT STRING IN QUOTES
  597. 05 03 N    A command was entered which SPF/PC was unable to determine
  598. 06 03 N    the intent because of conflicting or missing parameters.
  599. ;
  600. H0000A344
  601. 03 16 NH   344 TOP OF RANGE
  602. 05 03 N    A command was specified using range parameters and the top
  603. 06 03 N    of the specified range has been reached.
  604. ;
  605. H0000A345
  606. 03 16 NH   345 BOTTOM OF RANGE
  607. 05 03 N    A command was specified using range parameters and the bottom
  608. 06 03 N    of the specified range has been reached.
  609. ;
  610. H0000A346
  611. 03 16 NH   346 INVALID LABEL
  612. 05 03 N    A label must be a period followed by one to five alphabetic
  613. 06 03 N    characters.    You may not define a label starting with Z as
  614. 07 03 N    the first alphabetic character as labels beginning with Z
  615. 08 03 N    are reserved for edit use.
  616. ;
  617. H0000A347
  618. 03 16 NH   347 PROFILE IN USE
  619. 05 03 N    Option 3.5 is currently in use.  You cannot access the profile
  620. 06 03 N    while in split screen by both tasks.
  621. ;
  622. H0000A348
  623. 03 16 NH   348 DATA CHANGED - SAVE/CANCEL
  624. 05 03 N    The file you are currently editing has been modified and
  625. 06 03 N    AUTOSAVE ON PROMPT was specified.  You must specify the
  626. 07 03 N    SAVE or CANCEL to get out of edit.  Refer to the AUTOSAVE
  627. 08 03 N    command for further information.
  628. ;
  629. H0000A349     3
  630. 03 16 NH   349 LINE NOT LOCATED
  631. 05 03 N    A locate command with a label parameter was specified and
  632. 06 03 N    could not be located.
  633. ;
  634. H0000A375     FIND
  635. 03 16 NH   375 NNNNN ENTRIES FOUND
  636. 05 03 N    A FIND ALL or EXCLUDE ALL command was processed and NNNNN is
  637. 06 03 N    the number of times the requested string was encountered.
  638. ;
  639. H0000A376     CHANGE
  640. 03 16 NH   376 NNNNN ENTRIES CHANGED
  641. 05 03 N    A CHANGE ALL command was processed and NNNNN is the number of
  642. 06 03 N    times the requested string was encountered and changed.
  643. ;
  644. H0000A377     CHANGE
  645. 03 16 NH   377 NNNNN ENTRIES NOT CHANGED
  646. 05 03 N    A CHANGE ALL command was processed and NNNNN is the number of
  647. 06 03 N    times the requested string was encountered and not changed
  648. 07 03 N    due to lack of space in the line.  Use the edit primary
  649. 08 03 N    command, LOCATE ERR, to find line(s) in error.
  650. ;
  651. H0000A400     4
  652. 03 16 NH   400 INVALID LINE COMMAND
  653. 05 03 N    The requested line command was not found in the list of valid
  654. 06 03 N    line commands.  Check your spelling.
  655. ;
  656. H0000A401     4
  657. 03 16 NH   401 COMMAND CONFLICT
  658. 05 03 N    The command entered is not compatible with a previously entered
  659. 06 03 N    command (i.e. trying to combine a MM with a CC).  Use the
  660. 07 03 N    RESET primary command to clear this condition.
  661. ;
  662. H0000A402
  663. 03 16 NH   402 MOVE/COPY PENDING
  664. 05 03 N    A request to MOVE or COPY a file has been entered but the
  665. 06 03 N    line command showing where the file is to be placed has not
  666. 07 03 N    yet been specified.    Indicate where the file should be
  667. 08 03 N    inserted with line command A (after) or B (before).
  668. ;
  669. H0000A403
  670. 03 16 NH   403 COMMAND INCOMPLETE
  671. 05 03 N    The requested command was not completed.  This happens when
  672. 06 03 N    using commands like OVERLAY and an attempt is made to overlay
  673. 07 03 N    a line past the end of data.  Use the primary command RESET
  674. 08 03 N    to clear this condition.
  675. ;
  676. H0000A404     4
  677. 03 16 NH   404 INVALID ON THIS LINE
  678. 05 03 N    The line command specified is not valid on the current line.
  679. 06 03 N    For example, a BEFORE (B) command is not valid on the Top
  680. 07 03 N    of Data line.
  681. ;
  682. H0000A405     4
  683. 03 16 NH   405 INVALID BOUNDS SPECIFIED
  684. 05 03 N    The BOUNDS (BNDS) line command was incorrectly specified.
  685. 06 03 N    The left side delimiter < must come before the right side
  686. 07 03 N    delimiter >.
  687. 09 03 N    This error also occurs when you are attempting to place
  688. 10 03 N    the left bounds in the Cobol or Basic sequence number area
  689. 11 03 N    or the right bounds in the Standard sequence number area
  690. 12 03 N    when numbering is on.
  691. ;
  692. H0000A406
  693. 03 16 NH   406 COMMAND INCOMPLETE - MEMORY SHORTAGE
  694. 05 03 N    The requested command was not completed because not enough
  695. 06 03 N    memory was available.  For example, repeating a line 100
  696. 07 03 N    times when there is only enough memory for 50 lines.
  697. ;
  698. H0000A407     4
  699. 03 16 NH   407 MOVE CHANGED TO COPY
  700. 05 03 N    A MOVE overlay was requested but could not complete because
  701. 06 03 N    the receiving line contained nonblank characters in columns
  702. 07 03 N    that were to be overlayed, or there were more source lines
  703. 08 03 N    than receiving lines, resulting in unmoved lines.
  704. 09 03 N
  705. 10 03 N    The MOVE is changed to a COPY and the operation continues.
  706. ;
  707. H0000A408     TF
  708. 03 16 NH   408 WORD SIZE GREATER THAN BOUNDS
  709. 05 03 N    During a text flow operation a single word was found to
  710. 06 03 N    contain more characters than could fit within the current
  711. 07 03 N    bounds definition.
  712. ;
  713. H0000A409     TF
  714. 03 16 NH   409 1ST LINE INDENTATION GREATER THAN BOUNDS
  715. 05 03 N    During a test flow operation the 1st line indentation was
  716. 06 03 N    found to be greater than the current bounds definition.
  717. 07 03 N    Indentation is ignored and processing continues.
  718. ;
  719. H0000A410     TS
  720. 03 16 NH   410 CURSOR NOT WITHIN CURRENT BOUNDS
  721. 05 03 N    During a text split operation the cursor, which indicates
  722. 06 03 N    where the split is to occur, was outside the current bounds,
  723. 07 03 N    and the request is ignored.
  724. ;
  725. H0000A411
  726. 03 16 NH   411 INVALID HEX CHARACTER SPECIFIED
  727. 05 03 N    While editing a file with Hex on, a character was entered on
  728. 06 03 N    one of the hex display lines which was not a valid hex
  729. 07 03 N    character.  Valid hex characters are in the range of 0 - 9
  730. 08 03 N    and A - F.
  731. ;
  732. H0000A412     5
  733. 03 16 NH   412 COMMAND INVALID FOR SUB-DIRECTORIES
  734. 05 03 N    The request command is valid for files only and cannot be used
  735. 06 03 N    to process a sub directory.
  736. ;
  737. H0000A413
  738. 03 16 NH   413 LINE COMMAND PENDING
  739. 05 03 N    A line command has been entered but not completed.  Enter more
  740. 06 03 N    information or use the RESET primary command to clear this condition.
  741. ;
  742. H0000A500
  743. 03 16 NH   500 INVALID REQUEST
  744. 05 03 N    The request or command entered could not be recognized
  745. 06 03 N    by SPF/PC.
  746. ;
  747. H0000A501     3
  748. 03 16 NH   501 NOT ENOUGH ROOM TO WRITE FILE
  749. 05 03 N    The file being SAVED, CREATED, or MOVE/COPIED could not fit
  750. 06 03 N    on the requested disk.  Insert another disk with more room
  751. 07 03 N    and try again or cancel the request.  CREATE may also be used
  752. 08 03 N    to transfer the file to another disk.  The file is closed
  753. 09 03 N    saving everything that was written prior to running out of
  754. 10 03 N    room.
  755. ;
  756. H0000A502     3
  757. 03 16 NH   502 CANNOT EDIT A READ-ONLY FILE
  758. 05 03 N    The requested file is marked read-only in the directory.
  759. 06 03 N    This file may be browsed but cannot be edited.
  760. ;
  761. H0000A506     3
  762. 03 16 NH   506 NO ROOM FOR NEW FILE IN DIRECTORY
  763. 05 03 N    The file being SAVED or CREATED would not fit on the requested
  764. 06 03 N    disk because the directory is full.    Insert another disk with
  765. 07 03 N    more free space and try again or cancel the request.
  766. ;
  767. H0000A507
  768. 03 16 NH   507 NOT ENOUGH ROOM TO WRITE SPFPC.PRM
  769. 05 03 N    While rewriting the parameter file (SPFPC.PRM), SPF/PC ran
  770. 06 03 N    out of room.  The file is truncated and SPF/PC is terminated.
  771. ;
  772. H0000A600     FIND
  773. 03 16 NH   600 NO ENTRIES FOUND
  774. 05 03 N    A directory list was requested but the requested directory
  775. 06 03 N    contained no files.
  776. ;
  777. H0000A601     6
  778. 03 16 NH   601 INVALID REPLACE OPTION
  779. 05 03 N    The only valid replace options using the MOVE/COPY utility
  780. 06 03 N    are:
  781. 07 03 N
  782. 08 03 N    Y    Replace the output file if it already exists on the
  783. 09 03 N     output disk.
  784. 10 03 N
  785. 11 03 N    N    Abort the MOVE/COPY if the requested output filename
  786. 12 03 N     already exists on the output disk.
  787. ;
  788. H0000A602     6
  789. 03 16 NH   602 FROM DRIVE INVALID
  790. 05 03 N    The requested FROM drive on the MOVE/COPY utility is either
  791. 06 03 N    invalid or does not exist on your system.
  792. ;
  793. H0000A603     6
  794. 03 16 NH   603 TO DRIVE INVALID
  795. 05 03 N    The requested TO drive on the MOVE/COPY utility is either
  796. 06 03 N    invalid or does not exist on your system.
  797. ;
  798. H0000A604     6
  799. 03 16 NH   604 REQUESTED FILE NOT FOUND
  800. 05 03 N    The FROM file requested on the file utility does not exist.
  801. ;
  802. H0000A605     6
  803. 03 16 NH   605 TO FILE ALREADY EXISTS
  804. 05 03 N    The TO file requested on the MOVE/COPY utility already exists
  805. 06 03 N    and the replace option specified was N (no replace).
  806. ;
  807. H0000A606     3
  808. 03 16 NH   606 NOT ENOUGH MEMORY FOR MOVE/COPY
  809. 05 03 N    A request for the MOVE/COPY function was not completed because
  810. 06 03 N    of memory shortage.    Get out of SPLIT screen and try again.
  811. ;
  812. H0000A610     6
  813. 03 16 NH   610 FILE DELETED
  814. 05 03 N    The requested file was successfully deleted.
  815. ;
  816. H0000A611     6
  817. 03 16 NH   611 FILE RENAMED
  818. 05 03 N    The requested file was successfully renamed.
  819. ;
  820. H0000A612     6
  821. 03 16 NH   612 RENAME FAILED
  822. 05 03 N    The requested file to be renamed could not be found.
  823. ;
  824. H0000A621
  825. 03 16 NH   621 ERROR OPENING OUTPUT FILE
  826. 05 03 N    An error has occurred trying to open an output file.
  827. ;
  828. H0000A630     4
  829. 03 16 NH   630 TRANSFER COMPLETE
  830. 05 03 N    The requested transfer command was completed successfully.
  831. ;
  832. H0000A651
  833. 03 16 NH   651 ERROR PROCESSING SPFPC.PRM
  834. 05 03 N    The SPF/PC profile data set (SPFPC.PRM) is in error.  Delete
  835. 06 03 N    the SPFPC.PRM file and a new one will be generated the next
  836. 07 03 N    time SPF/PC is initiated.
  837. ;
  838. H0000A652
  839. 03 16 NH   652 NOT ENOUGH MEMORY TO PROCESS SPFPC.PRM
  840. 05 03 N    There is not enough memory available to load the profile data
  841. 06 03 N    set (SPFPC.PRM).  Check that print spoolers or RAM disks are
  842. 07 03 N    not taking up too much memory.
  843. ;
  844. H0000A653     7
  845. 03 16 NH   653 PFK SETTINGS INCOMPLETE - SET TO DEFAULT
  846. 05 03 N    While reading SPFPC.PRM at initialization time it was found
  847. 06 03 N    to have an incomplete list of program function key settings.
  848. 07 03 N    The values found are disregarded and defaults values are set.
  849. ;
  850. H0000A654
  851. 03 16 NH   654 UNABLE TO WRITE SPFPC.PRM
  852. 05 03 N    SPF/PC encountered an unrecoverable hardware error while
  853. 06 03 N    attempting to write the profile data set.  SPF/PC is
  854. 07 03 N    terminated.
  855. ;
  856. H0000A700
  857. 03 16 NH   700 STACK OVERFLOW 0
  858. 05 03 N    This error normally occurs when you have resident programs
  859. 06 03 N    that jump in and use stacks belonging to SPF/PC.  If this
  860. 07 03 N    occurs you can increase the size of our stack by using the
  861. 08 03 N    /S0= startup option.  Refer to SPF/PC manual for valid syntax.
  862. 09 03 N    If you are not running any resident programs report the
  863. 10 03 N    problem to Command Technology.
  864. ;
  865. H0000A701
  866. 03 16 NH   701 STACK OVERFLOW 1
  867. 05 03 N    This error normally occurs when you have resident programs
  868. 06 03 N    that jump in and use stacks belonging to SPF/PC.  If this
  869. 07 03 N    occurs you can increase the size of our stack by using the
  870. 08 03 N    /S1= startup option.  Refer to SPF/PC manual for valid syntax.
  871. 09 03 N    If you are not running any resident programs report the
  872. 10 03 N    problem to Command Technology.
  873. ;
  874. H0000A702
  875. 03 16 NH   702 STACK OVERFLOW 2
  876. 05 03 N    This error normally occurs when you have resident programs
  877. 06 03 N    that jump in and use stacks belonging to SPF/PC.  If this
  878. 07 03 N    occurs you can increase the size of our stack by using the
  879. 08 03 N    /S2= startup option.  Refer to SPF/PC manual for valid syntax.
  880. 09 03 N    If you are not running any resident programs report the
  881. 10 03 N    problem to Command Technology.
  882. ;
  883. H0000A800
  884. 03 16 NH   800 INPUT INHIBIT
  885. 05 03 N    Insert mode if invalid in the sequence field or while inserting
  886. 06 03 N    character, no trailing blanks were available for the insert
  887. 07 03 N    request.
  888. ;
  889. H0000A801
  890. 03 16 NH   801 ERROR RENUMBERING FILE
  891. 05 03 N    Automatic line numbering is being used and no more sequence
  892. 06 03 N    numbers are available for inserting lines.  This condition should
  893. 07 03 N    not occur.
  894. 08 03 N    Contact Command Technology Corporation.
  895. ;
  896. H0000A802
  897. 03 16 NH   802 BACKUP SUCCESSFUL
  898. 05 03 N    A backup copy of the file was successfully made with the file
  899. 06 03 N    extension name of .BAK.
  900. ;
  901. H0000A803
  902. 03 16 NH   803 BACKUP UNSUCCESSFUL
  903. 05 03 N    The auto backup request was unsuccessful.
  904. ;
  905. H0000A805
  906. 03 16 NH   805 UNABLE TO SAVE FILE
  907. 05 03 N    The file you are trying to SAVE was not read successfully or
  908. 06 03 N    an error occurred during the prior SAVE request.  The CREATE
  909. 07 03 N    command can be used to save the data currently in memory using
  910. 08 03 N    a different filename.
  911. ;
  912. H0000A900
  913. 03 16 NH   900 SYSTEM STRESS
  914. 05 03 N    If the amount of real memory available to SPF/PC at startup
  915. 06 03 N    is 50K or less, eliminate excessive use of directory lists,
  916. 07 03 N    recursive edits or split screen.  If the problem persists,
  917. 08 03 N    report the problem to Command Technology.
  918. ;
  919. H0000A901
  920. 03 16 NH   901 DOS 2.0 OR GREATER REQUIRED
  921. 05 03 N    SPF/PC requires DOS 2.0 or greater.    The DOS system you are
  922. 06 03 N    running is incompatible.
  923. ;
  924. H0000A997
  925. 03 16 NH   997 ERROR IN PROCESS ID TABLE
  926. 05 03 N    This error should not occur.  If it does, report the problem
  927. 06 03 N    to Command Technology.
  928. ;
  929. H0000A998
  930. 03 16 NH   998 ERROR IN VIRTUAL ADDRESS TABLE
  931. 05 03 N    This error should not occur.  If it does, report the problem
  932. 06 03 N    to Command Technology.
  933. ;
  934.